home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / March 96 / Re iterators < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  790 b   |  [TEXT/ttxt]

  1. Subject:     Re: iterators
  2. Sent:        3/8/96 9:38 AM
  3. Received:    3/8/96 10:01 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >What the difference between a FW_CPartFrameIterator and a
  9. >FW_CPresentationFrameIterator?
  10. >
  11. >Under what circumstances would you use one or the other?
  12. >
  13. >Thanks.
  14. >
  15. >Arni
  16.  
  17. FW_CPartFrameIterator iterates throw all the frames of your part. In 
  18. ODFDraw you will get the main frames and the palettes.
  19.  
  20. FW_CPresentationFrameIterator iterates throw all the frames of a specific 
  21. presentation. If you use the ODFDeaw main frame presentation you will get 
  22. only those, not the palettes which have a different presentations.
  23.  
  24. Henri Lamiraux
  25. ODF Team
  26.